home *** CD-ROM | disk | FTP | other *** search
- "FILE"="Xteq Systems X-Setup Plugin 3.1"
- "TYPE"="1"
- "COUNT"="5"
- "UIPATH"="Appearance\OEM Information"
- "NAME"="Support Information"
- "LANGUAGE"="VBScript"
- "TEXT 1"="Line 1"
- "TEXT 2"="Line 2"
- "TEXT 3"="Line 3"
- "TEXT 4"="Line 4"
- "TEXT 5"="Line 5"
- "DESCRIPTION 1"="To see these values, select "Start" | "Settings" | "Control Panel", "System" and click the "Support Information" button."
- "AUTHOR"="Xteq Systems"
- "COPYRIGHT"="Copyright ⌐ Xteq Systems - All Rights Reserved"
- "COMMENT 1"="For more information, go to http://www.xteq.com or write to TeXHeX@gmx.net."
- "COMMENT 2"="Version 1.1"
-
-
- sI="OEMINFO.INI"
- sI=GetWinSysDir & sI
-
- sT="Support Information"
- Sub Plugin_Initialize
- for i=1 to 5
- s=IniReadValue(si,st,"Line"& i)
- SetUIElement i,s
- next
- End Sub
-
-
- Sub Plugin_CheckData(ElementIndex)
- End Sub
-
-
-
- Sub Plugin_Apply(ElementIndex,ElementSubIndex)
- for i=1 to 5
- s=GetUIElement(i)
- Call IniWriteValue(si,st,"Line" & i,s)
- next
- End Sub
-
-
- Sub Plugin_Terminate
- End Sub
-
-
-
-